fputs("REFORMAT by Unicorn Research Corporation\nReformat a text file with new line lengths.\n\nUsage: Reformat [-r] [-lN] [-tM] infile [outfile]\n\n", stdout);
fputs("-r = re-wrap lines shorter than N (default is to leave them alone)\n N = the new line length (minimum 32, default 72)\n M = the tab width (maximum 30, assumed 8)\n\n", stdout);
fputs("If outfile is omitted, then infile will be replaced.\nThe end-of-line code in the text file must be compatible with your\noperating system -- use StripCR / AddCR as necessary.\n", stdout);